FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package ca.on.oh-olis#2.0.0-0.0.1 (79 ms)

Package ca.on.oh-olis
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=https://ehealthontario.ca/fhir/ca-on-lab-CapabilityStatement
Url https://ehealthontario.ca/fhir/ca-on-lab-CapabilityStatement
Version 2.0.0
Status active
Date 2021-12-05
Name Ontario Laboratories Information System FHIR R4 Consumer Query Capability Statement
Title Ontario Laboratories Information System FHIR R4 Consumer Query Capability Statement
Experimental False
Description This is the FHIR R4 capability statement for Ontario Laboratories Information System (OLIS) server-Consumer
Purpose Main EHR capability statement, published for contracting and operational support
Copyright Copyright © Ontario Health
Kind capability

Resources that use this resource

No resources found


Resources that this resource uses

SearchParameter
http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-identifier PatientIdentifierSearchParameter
http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-issued-date ReportIssuedDateSearchParameter
http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-birthDate PatientBirthDateSearchParameter
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-DiagnosticReport DiagnosticReport


Narrative

Note: links and images are rebased to the (stated) source

Ontario Health OLIS Consumer Query FHIR R4 Capability Statement


Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "OLIS-ConsumerQuery-server",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Ontario Health OLIS Consumer Query FHIR R4 Capability Statement</p>\n\t\t</div>"
  },
  "url" : "https://ehealthontario.ca/fhir/ca-on-lab-CapabilityStatement",
  "version" : "2.0.0",
  "name" : "Ontario Laboratories Information System FHIR R4 Consumer Query Capability Statement",
  "title" : "Ontario Laboratories Information System FHIR R4 Consumer Query Capability Statement",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-12-05",
  "publisher" : "Ontario Health",
  "contact" : [
    {
      "name" : "Ontario Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "digitalhealthstandards@ehealthontario.on.ca"
        }
      ]
    }
  ],
  "description" : "This is the FHIR R4 capability statement for Ontario Laboratories Information System (OLIS) server-Consumer",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CA-ON",
          "display" : "Canada Ontario"
        }
      ]
    }
  ],
  "purpose" : "Main EHR capability statement, published for contracting and operational support",
  "copyright" : "Copyright © Ontario Health",
  "kind" : "capability",
  "software" : {
    "name" : "OLIS FHIR R4 Consumer Query API"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "json",
    "xml"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "Support retrieval of patient's laboratory records, or retrieve all lab results for certain category",
      "security" : {
        "cors" : true,
        "description" : "JWT. Please refer to Ontario JWT Guide."
      },
      "resource" : [
        {
          "type" : "DiagnosticReport",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-DiagnosticReport",
          "documentation" : "Retrieve history of patient's lab results or all covid results for public health units",
          "interaction" : [
            {
              "code" : "search-type",
              "documentation" : "Search DiagnosticReport resources using specified parameters. Supports both GET and POST operation"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient.identifier",
              "definition" : "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-identifier",
              "type" : "token",
              "documentation" : "Only supports search by Ontario Health Card Number- mandatory for OLIS patient query, not supported for bulk query"
            },
            {
              "name" : "patient.birthDate",
              "definition" : "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-birthDate",
              "type" : "date",
              "documentation" : "Patient date of birth - mandatory for OLIS patient query, not supported for bulk query"
            },
            {
              "name" : "issued",
              "definition" : "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-issued-date",
              "type" : "date",
              "documentation" : "Start date of the search criteria, the date can either be the date that OLIS recieves the report (issued), or the date that the test was performed (specimen.collected). Mandatory for bulk query"
            },
            {
              "name" : "specimen.collected",
              "definition" : "http://hl7.org/fhir/SearchParameter/Specimen-collected",
              "type" : "date",
              "documentation" : "Start date of the search criteria, the date can either be the date that OLIS recieves the report (issued), or the date that the test was performed (specimen.collected). Not supported for bulk query"
            },
            {
              "name" : "result.based-on:ServiceRequest.code",
              "definition" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-code",
              "type" : "token",
              "documentation" : "Test request status code- optional. Not supported for bulk query"
            },
            {
              "name" : "result.interpretation",
              "definition" : "http://ehealthontario.ca/fhir/SearchParameter/Observation-interpretation",
              "type" : "token",
              "documentation" : "Abnormal results- optional. Not supported for bulk query"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Diagnostic report identifier- optional. Not supported for bulk query"
            },
            {
              "name" : "result.code",
              "definition" : "http://ehealthontario.ca/fhir/SearchParameter/result-code",
              "type" : "token",
              "documentation" : "Test result code- optional. Not supported for bulk query"
            },
            {
              "name" : "patient.gender",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-gender",
              "type" : "token",
              "documentation" : "Patient gender- optional for OLIS patient query, not supported for bulk query"
            }
          ]
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.